{unitsName}_date

뷰 헤더에 표시되는 날짜를 설정합니다

dateDate포맷팅할 날짜입니다

Available only in PRO Edition

Example

scheduler.templates.unit_date = function(date){
        return scheduler.templates.day_date(date);
};

Applicable views:Units View
Details

이 템플릿을 사용하려면 units 플러그인이 활성화되어 있어야 합니다.

See also
맨 위로